*, p, h1, h2, h3, h4, h5, h6, hr, table, tr, td {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
html, body {
	height: 100%;
}
body {
	background-color: white;
	color: #505050;
	text-align: center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.25em;	
	background: #ffd299 url("images/pozadi-cela.gif") top left repeat-x;
}
#page {
	text-align: left;
	width: 1004px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	_height: 100%;	
	background: url("images/pozadi-stranka.gif") top left repeat-y;	
	position: relative;
}
#page-in {
	background: url("images/pozadi-hlavicka.gif") top left no-repeat;	
}
#paticka {
	position: absolute;
	height: 120px;
	width: 1004px;
	bottom: 0;
	left: 0;	
	background: url("images/pozadi-paticka.gif") top left no-repeat;	
}
#obsah {
	padding: 85px 30px 110px 30px;
}
table {
	margin: 0 auto;
	margin-bottom: 15px;	
}
td  {
	text-align: center;
	vertical-align: middle;
}
td.nadpis  {
	font-weight: bold;
	padding: 10px 5px 0 5px;	
}
td.obr  {
	height: 95px;
	width: 130px;
	border-bottom: 1px solid #ffd117;	
}
td.obr2  {
	height: 95px;
}
h3  {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.25em;
}
p {
	padding-bottom: 10px;
}
a {
	color: #ff7a2e;
}
a:hover {
	color: #ff7a2e;
}
a:visited {
	color: #e97430;
}
a img {
	border: 1px solid #ffd117;
}
a:hover img, a:focus img {
	border: 2px solid #ffd117;
}
a:visited img {
	border: 1px solid #e97430;
}